EMRLINETO, EMRMOVETOEX  D1XZOB 

The EMRLINETO and EMRMOVETOEX structures contains members for the LineTo2IMC_PJ and MoveToExCIYAL8 enhanced metafile records.

typedef struct tagEMRLINETO

    EMR    emr;

    POINTL ptl;

} EMRLINETO,   *PEMRLINETO,
  EMRMOVETOEX, *PEMRMOVETOEX;

 

Members

emr

Base structure for all record types.

ptl

Coordinates of the line s ending point for the LineTo function or coordinates of the new current position for the MoveToEx function.

 

See Also

LineTo, MoveToEx